-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the warning appearing in the admin section when mail_smtpmode is not configured #12401
Fix the warning appearing in the admin section when mail_smtpmode is not configured #12401
Conversation
Thanks for doing this, @pachulo. Would you mind also adding a test for this to |
Honestly, I'm not really sure how to that...any tips or examples? |
No, that's just mocking stuff out, it'll pass regardless of the change done here. Sadly, the heavy mocks and private implementation make this hard to test; I suspect the best we can achieve is what I just pushed (hope you don't mind). |
By the way, looks like CI wants you to sign off on your commits:
|
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
I'm a bit new to Github terminology, but does adding this to the Nextcloud 15 milestone mean we won't be seeing this for Nextcloud 14.x? |
Depends. Every new feature/bugfix is developed for the next release (15 right now). Sometimes bugfixes are "backported" for older version. |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
This was introduced to 14.0.2: 0dd4a3e Let's back port this one here. |
Backport is in #12529 |
Closes #11107
The bug is preventing the snap stable channel to jump to 14:
So if this is OK it should be backported to 14.